runtime.gList.push (method)
10 uses
runtime (current package)
chan.go#L437: glist.push(gp)
chan.go#L456: glist.push(gp)
mgc.go#L558: work.sweepWaiters.list.push(getg())
mgcscavenge.go#L452: list.push(s.g)
netpoll.go#L504: toRun.push(rg)
netpoll.go#L507: toRun.push(wg)
proc.go#L5150: pp.gFree.push(gp)
proc.go#L5193: pp.gFree.push(gp)
proc.go#L6179: list.push(forcegc.g)
proc.go#L7039: func (l *gList) push(gp *g) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |